func runtime.checkptrStraddles

3 uses

	runtime (current package)
		checkptr.go#L25: 	if checkptrStraddles(p, n*elem.size) {
		checkptr.go#L32: func checkptrStraddles(ptr unsafe.Pointer, size uintptr) bool {
		slice.go#L147: 	if checkptrStraddles(ptr, uintptr(len64)*et.size) {